home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / XSOURCE / XSOURCE.ZIP / vfpsource / wizards / Wzquery / WZQUERY.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-05-01  |  7.7 KB  |  163 lines

  1. #define STEP_LOC "Step"
  2. #define STEP1_LOC " - Choose Data Source"
  3. #define STEP2_LOC " - Select Fields"
  4. #define STEP2a_LOC " - Include Records"
  5. #define STEP3_LOC " - Relate Tables"
  6. #define STEP4_LOC " - Group Records"
  7. #define STEP4a_LOC " - Limit Records"
  8. #define STEP5_LOC " - Sort Records"
  9. #define STEP6_LOC " - Filter Records"
  10. #define STEP7_LOC " - Finish"
  11.  
  12. #DEFINE MB_ICONEXCLAMATION      48      && Warning message
  13.  
  14.  
  15. #define DESC1_LOC "To which data source do you want to " +;
  16.     "connect to create your remote view?"+chr(13)+chr(13)+;
  17.     "Specify either a data source or an existing "+;
  18.     "connection to a data source."
  19.  
  20. #define DESC2r_LOC "Which fields do you want in the view results? "+;
  21.     "You may select fields from one or more tables or views." +chr(13)+chr(13)+;
  22.     "Select a database or Free Tables, select a table or view, and then select the fields you want."
  23. #define DESC2v_LOC "Which fields do you want in the view results? "+;
  24.     "You may select fields from one or more tables or views." +chr(13)+chr(13)+;
  25.     "Select a database or Free Tables, select a table or view, and then select the fields you want."
  26. #define DESC2q_LOC "Which fields do you want in the query results? "+;
  27.     "You may select fields from one or more tables or views." +chr(13)+chr(13)+;
  28.     "Select a database or Free Tables, select a table or view, and then select the fields you want."
  29.  
  30. #define DESC3r_LOC "How do you want to relate the tables your remote view is based on?" +chr(13)+chr(13)+;
  31.     "Select matching fields to create table relationships, and add each relationship to the list box."
  32.     
  33. #define DESC3v_LOC "How do you want to relate the tables your local view is based on?" +chr(13)+chr(13)+;
  34.     "Select matching fields to create table relationships, and add each relationship to the list box."
  35.  
  36. #define DESC3q_LOC "How do you want to relate the tables your query is based on?"+chr(13)+chr(13)+;
  37.     "Select matching fields to create table relationships, and add each relationship to the list box."
  38.  
  39. #define DESC4_LOC "Do you want to summarize your data by"+chr(13)+;
  40.     "creating groupings?"
  41.  
  42. #define DESC5_LOC "How do you want to sort your records?"+chr(13)+chr(13)+;
  43.     "Records will be sorted according to the order of the "+;
  44.     "selected fields. You may select up to three fields or indexes."
  45.     
  46.     
  47. #define DESC6r_LOC "Do you want to display only certain records?"+chr(13)+chr(13)+;
  48.     "Create an expression that describes the records you want to see by using the "+;
  49.     "Field, Operator, and Value boxes."+chr(13)+chr(13)+;
  50.     "To see the results of your filter expression, click Preview."
  51. #define DESC6v_LOC "Do you want to display only certain records?"+chr(13)+chr(13)+;
  52.     "Create an expression that describes the records you want to see by using the "+;
  53.     "Field, Operator, and Value boxes."+chr(13)+chr(13)+;
  54.     "To see the results of your filter expression, click Preview."
  55. #define DESC6q_LOC "Do you want to display only certain records?"+chr(13)+chr(13)+;
  56.     "Create an expression that describes the records you want to see by using the "+;
  57.     "Field, Operator, and Value boxes."+chr(13)+chr(13)+;
  58.     "To see the results of your filter expression, click Preview."
  59.  
  60. #define DESC7_LOC "Do you want to include all records from either table "+;
  61.     "or just the records that match?"+chr(13)+chr(13)+;
  62.     "Select the appropriate option below."
  63.  
  64. #define DESC8_LOC "Do you want to limit your query to just the "+;
  65.     "first or last records?"+chr(13)+chr(13)+;
  66.     "Select the type and value of the portion you want to display."+chr(13)+chr(13)+;
  67.     "The results depend on the sort order you choose in Step 4. "+;
  68.     "Click Preview  to verify your sort order and selection."
  69.  
  70. *Note : PREVIEW_LOC is used as the name of a cursor.
  71. #define PREVIEW_LOC "Preview"
  72. #define ERROR_CONNECT_LOC "Error connecting "
  73. #define ERROR_DISCONNECT_LOC "Error disconnecting "
  74.  
  75. #define WIZCAPTIONQUERY_LOC "Query Wizard"
  76. #define WIZCAPTIONVIEW_LOC "Local View Wizard"
  77. #define WIZCAPTIONREMOTE_LOC "Remote View Wizard"
  78.  
  79. * for Remote query wiz,2nd screen
  80. #define TABLES_LOC "Tables:"
  81. #define C_FREETABLE_LOC "Free Tables"
  82. #define C_NODBCOPEN_LOC "Views must be stored in a database.  Please create or open one now."
  83. #define C_NO_RECORDS_FOUND_LOC "No records found"
  84.  
  85. #define C_FINISH_TEXTr_LOC "You are ready to create your remote view." + CHR(13)+;
  86.                         "To check your view results, click Preview."
  87. #define C_FINISH_TEXTv_LOC "You are ready to create your local view." + CHR(13)+;
  88.                         "To check your view results, click Preview."
  89. #define C_FINISH_TEXTq_LOC "You are ready to create your query." + CHR(13)+;
  90.                         "To check your query results, click Preview."
  91.  
  92. #define C_SAVER1_LOC "\<Save remote view"
  93. #define C_SAVER2_LOC "Save remote view and b\<rowse"
  94. #define C_SAVER3_LOC "Save remote view and \<modify it in the View Designer"
  95.  
  96. #define C_SAVEV1_LOC "\<Save local view"
  97. #define C_SAVEV2_LOC "Save local view and b\<rowse"
  98. #define C_SAVEV3_LOC "Save local view and \<modify it in the View Designer"
  99.  
  100. #define C_SAVEQ1_LOC "\<Save query"
  101. #define C_SAVEQ2_LOC "Save query and \<run it"
  102. #define C_SAVEQ3_LOC "Save query and \<modify it in the Query Designer"
  103.  
  104. #define C_SAVERB_LOC "in the View Designer"
  105. #define C_SAVERC_LOC "in the Query Designer"
  106.  
  107. #define C_NAMEL_LOC "Name for view"
  108. #define C_NAMER_LOC "Name for remote view"
  109.  
  110. #DEFINE ODBC_ERROR_LOC "An ODBC error occurred."
  111. #define VIEW_EXISTS_LOC "already exists. Do you want to overwrite it?"
  112. #define ALREADY_EXISTS_LOC "already exists."
  113.  
  114. #define ODBC_DRIVER_ERROR_LOC "ODBC Driver Error"
  115. #define NO_TABLES_LOC "No tables found"
  116. #define C_EXIST_CONNECTIONS_LOC "Existing Connections:"
  117. #define C_AVAIL_DATASOURCES_LOC "Available Data Sources:"
  118. #define C_VIEW_LOC "View "
  119.  
  120.  
  121. #DEFINE FOXODBC_OLD            "FoxPro Files (*.dbf) Microsoft FoxPro Driver (*.dbf) FoxPro Driver (*.dbf)"
  122. #DEFINE FOXODBC_30            "Microsoft FoxPro 3.0 Driver (*.dbf)"
  123.  
  124. #DEFINE DBC_EXCL_LOC    "Exclusive use of the DBC is required to save your view"
  125.  
  126. #DEFINE C_OPERATORS_LOC    "equals\;not equals\;more than\;less than\;is blank\;is NULL\;contains\;in\;between\;less than or equal\;greater than or equal"
  127. #DEFINE C_OPERATORSR_LOC    "equals\;not equals\;more than\;less than"
  128.  
  129. #DEFINE ODBC_NOOWNER_LOC "The Remote View Wizard was unable to obtain column information for this remote table."+chr(13)+;
  130.                         "This may be the result of an ODBC error, or the remote table may not be owned by the current user, "+;
  131.                         "or the table doesn't have columns."
  132.  
  133. #DEFINE FOX26DRIVER_WARNING_LOC "You have chosen a driver for an older version of Foxpro "+chr(13)+;
  134.         "It does not recognize Visual Foxpro 3.0 files."+chr(13)+;
  135.         "Please make sure your ODBC data source points to a directory which contains only 2.x files."+chr(13)+;
  136.         "Do you wish to continue?"
  137.         
  138. *warning for an incorrect 3 table join
  139. #DEFINE SAMECHILD_LOC    "The same table cannot be child for two parent tables."
  140. #DEFINE SAMEPARENT_LOC    "The same table cannot be the parent for two child tables."
  141.  
  142. *- used for Macintosh
  143. #DEFINE        ODBC_SOURCE            "ODBC Data Sources"
  144. #DEFINE        ODBC_FILE_MAC         "ODBC Preferences"
  145. #DEFINE        ODBC_FILE_MACPPC     "ODBC Preferences PPC"
  146.  
  147. #DEFINE        SQLODBC_ANY            "SQL"
  148.  
  149. #DEFINE        E_ODBC1_LOC            "Could not check ODBC Preferences file. Check to see if ODBC is properly installed."
  150. #DEFINE        E_ODBC2_LOC            "Could not find any SQL ODBC driver. Check to see if it is installed."
  151. #DEFINE        E_ODBCDLL_LOC        "Could not check for properly installed ODBC files."
  152.  
  153. #DEFINE     ERROR_SUCCESS        0
  154. #DEFINE        ERROR_NOINIFILE        -108    && no DLL file used to check ODBC
  155. #DEFINE        ERROR_NOINIENTRY    -109    && no entry found in INI file (section)
  156. #DEFINE        ERROR_FAILINI        -110    && no entry found in INI file
  157.  
  158. #DEFINE BTN_CREATE_LOC    '\<Create'
  159. #DEFINE BTN_OPEN_LOC    '\<Open'
  160. #DEFINE BTN_CANCEL_LOC    'Cancel'
  161.  
  162. #DEFINE C_GATHERDATA_LOC    "Gathering data..."
  163. #DEFINE C_RUNNINGQUERY_LOC "Running query"